home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / compare_source / source / compare.module_strings.c next >
C/C++ Source or Header  |  1996-10-14  |  265b  |  11 lines

  1. #define CATCOMP_BLOCK
  2. #include "compare.module.strings"
  3. #include <dopus/locale.h>
  4.  
  5. // This module includes all the locale strings,
  6. // and initialises a pointer to them.
  7. void init_locale_data(struct DOpusLocale *locale)
  8. {
  9.     locale->li_BuiltIn=(char *)CatCompBlock;
  10. }
  11.